hash/crc32.digest.tab (field)

6 uses

	hash/crc32 (current package)
		crc32.go#L143: 	tab *Table
		crc32.go#L179: 	b = appendUint32(b, tableSum(d.tab))
		crc32.go#L191: 	if tableSum(d.tab) != readUint32(b[4:]) {
		crc32.go#L230: 	case atomic.LoadUint32(&haveCastagnoli) != 0 && d.tab == castagnoliTable:
		crc32.go#L232: 	case d.tab == IEEETable:
		crc32.go#L237: 		d.crc = simpleUpdate(d.crc, d.tab, p)